'Declaration<DispIdAttribute(192)> Function GetFormFieldBorderStyle_2( _ ByVal FieldId As Integer, _ ByVal ChildIdx As Integer, _ ByRef BorderWidth As Single, _ ByRef BorderStyle As PdfAnnotationBorderStyle, _ ByRef DashOn As Single, _ ByRef DashOff As Single _ ) As GdPictureStatus
[DispId(192)] GdPictureStatus GetFormFieldBorderStyle_2( int FieldId, int ChildIdx, ref float BorderWidth, ref PdfAnnotationBorderStyle BorderStyle, ref float DashOn, ref float DashOff )
function GetFormFieldBorderStyle_2(
FieldId: Integer;
ChildIdx: Integer;
var BorderWidth: Single;
var BorderStyle: PdfAnnotationBorderStyle;
var DashOn: Single;
var DashOff: Single
): GdPictureStatus;
DispIdAttribute(192) function GetFormFieldBorderStyle_2( FieldId : int, ChildIdx : int, BorderWidth : float, BorderStyle : PdfAnnotationBorderStyle, DashOn : float, DashOff : float ) : GdPictureStatus;
[DispId(192)] GdPictureStatus GetFormFieldBorderStyle_2( int FieldId, int ChildIdx, ref float BorderWidth, ref PdfAnnotationBorderStyle BorderStyle, ref float DashOn, ref float DashOff )
[DispId(192)] GdPictureStatus GetFormFieldBorderStyle_2( int FieldId, int ChildIdx, float% BorderWidth, PdfAnnotationBorderStyle% BorderStyle, float% DashOn, float% DashOff )
Parameters
- FieldId
- ChildIdx
- BorderWidth
- BorderStyle
- DashOn
- DashOff
